2013-05-14 - 7063 - Spec - Modify ZMM_REP_UPC #mmppreports #US #ABAPREPORTS
SPECIFICATIONS
7063 - Spec - Modify ZMM_REP_UPC
Purpose
Modify ZMM_REP_UPC
Admin Info
Purpose
|
Modify ZMM_REP_UPC
|
Requested By
|
Saravanan Lakshmanan
|
Spec Created By
|
Venkat / Adithya
|
Spec Created Date
|
05/15/2013
|
Spec QA by
|
Adithya
|
Objects
|
ZREP_MM_UPC
|
Document Status
|
Complete
|
References
Prior Tickets
Documents
Functional Requirement
Modify ZMM_REP_UPC to display Deletion flag and X-distr.chain status fields.
Modify ZMM_REP_UPC to assist with the issue for Lids and others. To Provide visibility two columns are to be added.
- Materials flagged for deletion (X or blank)
- Materials with a value in X-distr.chain status in the Material Master Sales Org 1 View, which restricts the usability of the material for all the distribution chains. The report will be populated with the text for the codes below.
On 05/22/2013: A request has come to modify the description changes as
- X-distr.chain status as Material Status.
- X-distr.chain Description as Material Status Description.
Solution Summary
[Discuss this section with Requester and get approval prior to beginning work]
Add Two fields for the out put of the report.
1. Material Deletion Indicator.
2. X-dist. chain status.
Change the description as requested on 05/22/2012 in program
Test Plan
[List test scenarios/cases to be executed here]
|
Test Scenario
|
Expected Results
|
1
|
Execute the report and check weather Deletion Indicator and value for "X-distr.chain status" is displayed in output of the report
|
Deletion Indicator and value for "X-distr.chain status" shall display in output of report ZMM_REP_UPC according to the material data
|
2
|
Execute the report with Plant, sales org & Division Combination
|
Materials with the selection parameters must be displayed with deletion indicator and X-distr.chain status in Output
|
3
|
Execute the report with Plant, sales org, Division & Deletion Indicator Combination
|
Materials with the selection parameters must be displayed with deletion indicator and X-distr.chain status in Output
|
4
|
Execute the report with Plant, sales org, Division & X-distr.chain Status Combination
|
Materials with the selection parameters must be displayed with deletion indicator and X-distr.chain status in Output
|
5
|
Execute the report with Plant, sales org, Division, Deletion Indicator & X-distr.chain Status Combination
|
Materials with the selection parameters must be displayed with deletion indicator and X-distr.chain status in Output
|
S.No
|
Test Scenario
|
Expected Result
|
1
|
Execute the report with plant, sales org & Division Combination
|
The Description must be shown as Material Status for X-distr.chain status and Material Status Description Status for X-distr.chain Description in Output
|
Solution Details
[Provide complete technical details for configuration or programming here]
Two new fields are added to report output and also selection criteria.
- Materials flagged for deletion (X or blank) : This value is picked from MARA table ( LVORM)
- Materials with a value in X-distr.chain status on the Material Master> Sales Org 1 which restricts the usability of the material for all the distribution chains. The report will be populated with the text for the codes below.
- 01 Discontd w/o Replace
- 02 Discontd w Replacemt
- 03 Technical Defect
- 04 Test Part
- 11 Under Development
- 12 Delivery Create Bl.
X-distr.chain status value is picked from MARA table (MSTAV) , and the description is picked from TVMST table (
VMSTB)
Change the description in the Program:
- X-distr.chain status as Material Status.
- X-distr.chain Description as Material Status Description.
Issues